home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
director
/
evalcopy
/
director.z
/
NAVIGATR.DIR
/
00468_Field_468.txt
< prev
next >
Wrap
Text File
|
1994-06-14
|
354b
|
16 lines
MECH , 77
--=================================================================
-- bounce all the balls in the ball list
on mBounceBall me
-- bounce the ball
set count = 1
repeat while count <= nBalls
put getAt(myBallList,count) into thisBall
mBounceBall (thisBall)
set count = count + 1
end repeat
end mBounceBall